Перевод: с английского на русский

с русского на английский

Loop While Equal

См. также в других словарях:

  • Loop inversion — is a compiler optimization, a loop transformation, which replaces a while loop by an if block containing a do..while loop. Example in C int i, a [100] ; i = 0; while (i < 100) { a [i] = 0; i++; }is equivalent to: int i, a [100] ; i = 0; if (i …   Wikipedia

  • Loop invariant — In computer science, a loop invariant is an invariant used to prove properties of loops.Specifically in Floyd Hoare logic, the partial correctness of a while loop is governed by the following rule of inference::frac{{Cland I};mathrm{body};{I… …   Wikipedia

  • Loop-erased random walk — In mathematics, loop erased random walk is a model for a random simple path with important applications in combinatorics and, in physics, quantum field theory. It is intimately connected to the uniform spanning tree, a model for a random tree.… …   Wikipedia

  • Loop Current — Part of the Gulf Stream, the Loop Current is a warm ocean current in the Gulf of Mexico that flows northward between Cuba and the Yucatán peninsula, moves north into the Gulf of Mexico, loops west and south before exiting to the east through the… …   Wikipedia

  • Conditional loop — In computer programming, conditional loops or repetitive control structures are a way for computer programs to repeat one or more various steps depending on conditions set either by the programmer initially or real time by the actual program. A… …   Wikipedia

  • Infinite loop — This article is about the programming term. For the street on which Apple Inc. s campus is located, see Infinite Loop (street). An infinite loop (also known as an endless loop) is a sequence of instructions in a computer program which loops… …   Wikipedia

  • Phase-locked loop — PLL redirects here. For other uses, see PLL (disambiguation). A phase locked loop or phase lock loop (PLL) is a control system that generates an output signal whose phase is related to the phase of an input reference signal. It is an electronic… …   Wikipedia

  • Closed-loop pole — Closed loop poles are the positions of the poles (or eigenvalues) of a closed loop transfer function in the s plane. The open loop transfer function is equal to the product of all transfer function blocks in the forward path in the block diagram …   Wikipedia

  • LOOPE — Loop While Equal (Computing » Assembly) …   Abbreviations dictionary

  • LOOPE — comp. abbr. Loop while Equal …   United dictionary of abbreviations and acronyms

  • LOOPNE — Loop While Not Equal (Computing » Assembly) …   Abbreviations dictionary

Поделиться ссылкой на выделенное

Прямая ссылка:
Нажмите правой клавишей мыши и выберите «Копировать ссылку»